Home

Notes

Mar 2025

  • Working on personal website

    Developing and refining my personal website to showcase my projects, interests, and experiences.Focusing on improving the user interface and adding new features.


    Personal-website

  • Studied Theory of computation

    Studying how machines process information and solve problems. Learning about automata, formal languages, and what computers can and cannot compute. This helps build a foundation for understanding algorithms and their limits.

  • Studies basics of salesman problem

    Exploring the traveling salesman problem - finding the shortest route that visits all cities once. Looking at different ways to solve it like nearest neighbor and dynamic programming approaches. It's a classic problem that shows up in many real-world applications.

  • Studied Multistage Graph

    Multistage graphs are a type of problem well-suited for dynamic programming solutions, often used to find the shortest path from a source to a destination.

    These graphs are directed and can be divided into stages where edges only connect vertices from one stage to the next,
    not within the same stage or to previous stages.


    Geeksforgeeks YouTube